projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e229cff
)
W32: Add .dim-label style
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Fri, 28 Mar 2014 13:30:40 +0000
(13:30 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Tue, 1 Apr 2014 10:36:50 +0000
(10:36 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=727245
gtk/resources/theme/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/resources/theme/gtk-win32-base.css
b/gtk/resources/theme/gtk-win32-base.css
index 5b8b00d203a9a5db972c0dc3759b8bc91b1f180b..0516ade93fa68e0f1b73367fa85e3ddda0aa9d11 100644
(file)
--- a/
gtk/resources/theme/gtk-win32-base.css
+++ b/
gtk/resources/theme/gtk-win32-base.css
@@
-1331,3
+1331,9
@@
GtkPopover > .toolbar {
.list {
background-color: -gtk-win32-color(listbox, 5);
}
+
+/* Dim label */
+.dim-label {
+ color: alpha(currentColor, 0.55);
+ text-shadow: none;
+}